Tootsville::Rgb-Bytes->Rgb

Function

Rgb-Bytes->Rgb names a function, with lambda list (BYTES):

Convert BYTES into a list of red, green, and blue values.

BYTES is an RGB triplet of 3 8-bit bytes, like TOOTSVILLE COLOR24-TO-INTEGER or TOOTSVILLE INTEGER-TO-COLOR24 representation; i.e. an integer 24 bits long of which the upper 8 bits are the red channel, next 8 bits are green, and lower 8 bits are the blue channel.

File

Defined in file src/types/color+pattern.lisp.